home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m07.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  447 b   |  21 lines

  1. on exitFrame
  2.   if rollOver(6) then
  3.     puppetSprite(6, 1)
  4.     set the castNum of sprite 6 to cast "b054.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 6 to cast "b054"
  8.     updateStage()
  9.   end if
  10.   if rollOver(7) then
  11.     puppetSprite(7, 1)
  12.     set the castNum of sprite 7 to cast "b055.roll"
  13.     updateStage()
  14.   else
  15.     set the castNum of sprite 7 to cast "b055"
  16.     updateStage()
  17.   end if
  18.   mainMenuRollovers()
  19.   go(the frame)
  20. end
  21.